Skip to content

chore(deps): bump github.com/pdfcpu/pdfcpu from 0.12.1 to 0.13.0 in the golang-dependencies group across 1 directory#34

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/golang-dependencies-b8c3b9c035
Jun 15, 2026
Merged

chore(deps): bump github.com/pdfcpu/pdfcpu from 0.12.1 to 0.13.0 in the golang-dependencies group across 1 directory#34
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/golang-dependencies-b8c3b9c035

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the golang-dependencies group with 1 update in the / directory: github.com/pdfcpu/pdfcpu.

Updates github.com/pdfcpu/pdfcpu from 0.12.1 to 0.13.0

Release notes

Sourced from github.com/pdfcpu/pdfcpu's releases.

v0.13.0

A Release Featuring CLI Pipelines and Safer Defaults

Starting with this release, pdfcpu improves CLI usability with broader stdin/stdout pipeline support and stricter overwrite handling.

Check out the refreshed documentation at https://pdfcpu.io

Many commands now support - for stdin/stdout, making pdfcpu easier to use in shell pipelines. Explicit output files and non-empty output directories are no longer overwritten implicitly. Use the new global --force flag when overwriting is intentional.

Example:

pdfcpu optimize - out.pdf < in.pdf

or:

cat in.pdf | pdfcpu optimize - - > out.pdf

or a pipeline:

aws s3 cp s3://acme-contracts/master.pdf - \
      | pdfcpu optimize - - \
      | aws s3 cp - s3://acme-contracts/optimized/master.pdf

CLI Improvements

This release adds and refines several user-facing CLI features:

  • Broader stdin/stdout support using -
  • Global --force flag for explicit overwrite handling
  • annotations list --json
  • form list --json
  • certificates list --json
  • merge --bookmark-mode wrap|preserve
  • Improved version command behavior
  • Clarified help text around signature validation scope and trust boundaries

The new overwrite behavior is intentionally stricter. Existing scripts that relied on implicit overwrites may need to add --force.


Merge Bookmarks

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 15, 2026
@JustSamuel

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps the golang-dependencies group with 1 update in the / directory: [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu).


Updates `github.com/pdfcpu/pdfcpu` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/pdfcpu/pdfcpu/releases)
- [Commits](pdfcpu/pdfcpu@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/pdfcpu/pdfcpu
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/pdfcpu/pdfcpu from 0.12.1 to 0.13.0 in the golang-dependencies group chore(deps): bump github.com/pdfcpu/pdfcpu from 0.12.1 to 0.13.0 in the golang-dependencies group across 1 directory Jun 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/golang-dependencies-b8c3b9c035 branch from 67f6a86 to fd74343 Compare June 15, 2026 07:28
@github-actions github-actions Bot merged commit 234f28f into main Jun 15, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/go_modules/golang-dependencies-b8c3b9c035 branch June 15, 2026 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant